OnDelete

Property

Namespace: Diffstore

Declared in: Diffstore.IDiffstore<TKey, TValue>


Fires when an entity with the specified key is deleted.

Syntax

public EventHandler<TKey> OnDelete { public get; public set; }

Back to index